home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / diskutil / ibm2azip.new / readme < prev   
Text File  |  1993-04-07  |  2KB  |  54 lines

  1. IBM2A, v1.1
  2. -----------
  3.  
  4. ibm2a and a2ibm are very closely related programs for converting
  5. IBM-PC ASCII text files into Atari ATASCII text files or vice-versa.
  6. Both handle TABS and EOLs.  Both require input and output filenames
  7. as arguments.  Their claim to fame is not that they do TABs and EOLs,
  8. but that they also handle box graphics characters, and even the
  9. heart, spade, diamond and club graphics, so that text-with-graphics
  10. files can be converted from IBM-PC to Atari 8-bit format and back.
  11.  
  12. Both can be compiled with DJ Delorie's port of GCC, djgpp, or Mix
  13. Software's Power C compiler, under MSDOS.  Other compilers should be
  14. usable, but have not been tried.  The executables in this distribu-
  15. tion were made with Power C, for compatability on non-386 PCs; djgpp
  16. and the executables it creates run only on 386 or better.
  17.  
  18. New in v1.1:
  19.  
  20. Some additional files accompany v1.1 that were not included with v1.0.
  21. They are test files that can be converted from IBM-PC ASCII to Atari
  22. 8-bit ATASCII, or from ATASCII to PC ASCII: atari.tst, which is an
  23. ATASCII file, and ibm.tst, which is a PC ASCII file.  Another new
  24. addition is a changes file to log revisions such as those described
  25. below.
  26.  
  27. Conversion anomalies
  28.  
  29. As was mentioned in the source code for a2ibm, the only thing that
  30. should change when you convert a PC ASCII file to ATASCII is the PC
  31. character 179 (0xb3).  It is a graphic of a vertical line, and ATASCII
  32. hasn't got this character, but uses "|" (pipe) instead -- strange,
  33. since Atari operating systems don't support io pipes, and never have!
  34. Therefore, converting the same file back to PC ASCII will result in the
  35. vertical line character being replaced with "|".  The "|" character is
  36. not converted back to a vertical line in a2ibm since the "|" character
  37. has legitimate uses, such as in C source code, where a graphics char-
  38. acter would not be a reasonable substitute.
  39.  
  40. Written in March and April 1993 by Bob Hardy.
  41.  
  42. Bugs should be reported to hardy@aim.com, or to:
  43.  
  44. Bob Hardy
  45. 1822 Amelia Way, #7
  46. Santa Clara, CA  95050
  47.  
  48. The executable files are released into the public domain.  The source
  49. code is yours to compile as-is, but any changes should be reported,
  50. so that they can be assimilated into the master sources for any
  51. future revisions that may be released.  In no case are you required
  52. to pay any money; in no case will donations be refused!
  53.  
  54.